String Schema
CommonRoomType Complex Type
Description
Room information
Namespace http://string.drv.de/xmlschema/string
Diagram
AttributeSource Element Description Element Code Element Sequence Attribute Element Sequence Attributes Element Identifier Element Sequence AssignedTravellers Element State Element Identifier Element Sequence CommonRoomType Complex Type
Overview
CommonRoomType
Room information
Sequence
Identifier IdentifierType Simple Type
Unique room identifier
State BookabilityStateType Simple Type
Room bookability state
Attributes 0..∞ AttributesType Complex Type
List of attributes of this room
Sequence
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Source
<xs:complexType name="CommonRoomType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Room information</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Identifier" type="IdentifierType">
      <xs:annotation>
        <xs:documentation>Unique room identifier</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="State" type="BookabilityStateType" nillable="false">
      <xs:annotation>
        <xs:documentation>Room bookability state</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AssignedTravellers" type="IdentifiersType" nillable="false" minOccurs="0" />
    <xs:element name="Attributes" type="AttributesType" nillable="true" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>List of attributes of this room</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.